home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / Cult_01_19xx_Cult.d64 / code codes (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  958b  |  32 lines

  1. 10 poke 53280,0:poke 53281,0:print"[147]"
  2. 20 print"here is a list of some codes that "
  3. 30 print"you should now be able to use."
  4. 40 print""
  5. 50 print"lda#$ (see note below)            "
  6. 60 print"sta$d018
  7. 80 [153]"^^ 18 charset from $2000 - $2800  "
  8. 90 [153]"   1a charset from $2800 - $3000  "
  9. 100 [153]"   1c charset from $3000 - $3800 "
  10. 110 [153]" lda#$d8   "
  11. 120 [153]" sta$d016 "
  12. 130 [153]"^^ turns on multicolor charset"
  13. 140 [153]" lda#$00  "
  14. 150 [153]" sta$d016 "
  15. 160 [153]"^^ turns off multicolor charset"
  16. 161 [153]" lda#$ (color 09-0f)
  17. 162 print" sta$0286 "
  18. 163 print"^^ charset color"
  19. 164 print" lda#$ (color 00-0f)
  20. 165 [153]" sta$d022 "
  21. 166 [153]"^^ multi color 1 for charsets"
  22. 167 [153]" lda#$ (color 00-0f)
  23. 168 print"sta$d023"
  24. 169 print"^^ mulit color 2 for charsets"
  25. 180 print"you should have you can now display"
  26. 190 print"a picture using a screen and font"
  27. 200 print"format."
  28. 210 print"to do this transfer the screen from"
  29. 220 print"high memory to screen memory and then"
  30. 230 print"set the colors and turn on the"
  31. 240 print"appropriate charset and multicolor"
  32.